Overload | Description |
---|---|
ConvertTarget<TSourceTarget>(String,IProcessingCommand<TSourceTarget>[]) | Creates the retargeted composite command with specified target type. |
ConvertTarget<TSourceTarget>(String,Analyzer<TTarget,TSourceTarget>,IProcessingCommand<TSourceTarget>[]) | Creates the retargeted composite command with specified target type. |
ConvertTarget<TDestTarget>() | Create retargeted command with specified target type. (Inherited from ProcessingCommand<TTarget>) |
ConvertTarget<TDestTarget>(Analyzer<TDestTarget,TTarget>) | Create retargeted command with specified target type and target converter. (Inherited from ProcessingCommand<TTarget>) |